-
Notifications
You must be signed in to change notification settings - Fork 35
Add long reads #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Add long reads #109
Conversation
|
|
ok, so. If there is no multiqc module for toulligqc, then the only way to get info into the multiqc report is via custom content. For that to work, you need to have the output in some sort of machine readable form, but the main point is, that you just append |
|
Okay, there is a text output, let me see if I can make it behave |
workflows/seqinspector.nf
Outdated
| TOULLIGQC ( | ||
| ch_samplesheet | ||
| ) | ||
| ch_multiqc_files.mix(TOULLIGQC.out) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is taking all the output channels of TOULLIGQC. Is that what you want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly not. There's a plaintext .data file which might be able to go into multiqc, I'll need to look into if there's a way to split out just that tuple from the output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ch_multiqc_files.mix(TOULLIGQC.out) | |
| ch_multiqc_files.mix(TOULLIGQC.out.report_data) |
Then you just want that channel I think.
MQC doesn't list TOULLIGQC, but if it produces an output suitable for it, then you can add it in a custom content section.
custom_data:
dtol:
file_format: "tsv"
section_name: "DToL"
description: "Darwin Tree of Life identifier and related meta data."
plot_type: "table"
sp: # Search pattern
dtol:
fn: "DToL.tsv"See https://docs.seqera.io/multiqc/custom_content for more info
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fab ty! I'll give it a shot 🤞
|
Made some attempts to pass the QC results as custom, couldn't get it to work. I think we want to get a module for toulligqc in multiqc in the long term. So for now I just signpost users to the html report from toulligqc |
PR checklist
nf-core lint).nf-test test main.nf.test -profile test,docker). [reports no tests to execute]nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).This PR adds toulligqc as an optional component for QC of long reads.
TODO: